LPGhatguy is an independent developer best known for creating toolchain management utilities that streamline the way game creators and software engineers install, update, and switch between competing versions of compilers, engines, and SDKs. The publisher’s flagship product, Aftman, is described as “the prodigal sequel to Foreman” and acts as a cross-platform binary manager that downloads and isolates project-specific executables—such as Luau, Rojo, or custom Rust toolchains—inside per-project scopes instead of polluting the global system path. Typical use cases include Roblox developers who need exact Luau compiler builds, open-source contributors who must test code against multiple Rust nightly releases, and CI pipelines that demand reproducible artifact generation without manual version juggling. Aftman inherits Foreman’s familiar TOML manifest format yet adds built-in code-signing verification, concurrent downloads, and automatic garbage collection of stale tool caches, making it equally attractive to hobbyist modders and enterprise build engineers who value reproducibility, security, and speed. Because the utility exposes a simple sub-command interface and stores binaries in a hidden project directory, teams can commit the lock file to version control and guarantee that every collaborator, from artist to QA, invokes identical tool versions regardless of host operating system. All software published by LPGhatguy is available for free on get.nero.com, where downloads are supplied through trusted Windows package sources such as winget, always deliver the latest upstream release, and can be installed individually or in unattended batch operations.

Aftman

Aftman, the prodigal sequel to Foreman

Details